home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows 6-Pak - Disc 6
/
Windows 6-Pak (InfoMagic) (Disc 6) (1999).ISO
/
Text-Editors
/
epsetup.exe
/
PERL.ACP
< prev
next >
Wrap
Text File
|
1998-04-13
|
368b
|
30 lines
#TITLE=Perl
; EditPlus Auto-completion file v1.0 written by ES-Computing.
; This file is provided as a default auto-completion file for Perl.
#CASE=y
#T=if
if (^!) {
}
#T=unless
unless (^!) {
}
#T=while
while (^!) {
}
#T=until
until (^!) {
}
#T=for
for (^!; ;) {
}
#T=map
map {^!};
#T=do
do (^!) {
} until ;
#T=foreach
foreach ^! () {
}